home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / security / doc / clippings / 930329-01 < prev    next >
Encoding:
Text File  |  1993-05-21  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.unix.wizards,comp.unix.admin,comp.sys.sun.admin
  2. From: flisakow@cae.wisc.edu (Shawn Flisakowski)
  3. Subject: Group File Tools
  4. Organization: U of Wisconsin-Madison College of Engineering
  5. Date: 29 Mar 93 17:19:55 CST
  6. Message-ID: <1993Mar29.171955.17970@doug.cae.wisc.edu>
  7.  
  8.  
  9.      
  10.     I have implemented a small client/server interface to the group file.
  11.   It allows normal users to create groups and add users to groups using 
  12.   the password field in the group file to provide the necessary security.
  13.  
  14.   I feel a reasonably easy way to share files by using groups actually
  15.   improves system security since it is not necessary for users to share
  16.   passwords.  This program was implemented out of laziness though, we
  17.   were previously adding groups by hand, yick. 
  18.  
  19.     I wrote it for HPUX and SunOs boxes to connect up to a SunOs NIS server.
  20.   I suspect the client program would compile on nearly any unix box, the
  21.   server program assumes it is running under inetd.
  22.  
  23.     It's not that big of a program, but I personally like the command line
  24.  interface.  It's available for anon ftp from 
  25.     doug.cae.wisc.edu (144.92.12.177) packaged as grp.tar
  26.  
  27.  
  28. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  29.    
  30.    Shawn Flisakowski                      A problem which cannot
  31.    flisakow@cae.wisc.edu                  be reproduced is no 
  32.    Unix System Programmer                 longer a problem.  
  33.    CAE - Computer Aided Engineering         
  34.    University of Wisconsin - Madison       
  35.                                                 
  36. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  37.  
  38.